home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / datetime.zip / README.TXT < prev    next >
Text File  |  1995-10-31  |  1KB  |  30 lines

  1. This program allows the developer to DATE and TIME stamp their deployment files. 
  2.  
  3. This programs existance came about after recently deploying a rather large C/S application that contains more than 50 deployment files.  
  4.  
  5. During the initial rollout of this application there were constant tweaks and enhancements being added on a daily basis.
  6.  
  7. This made is difficult to determine which file was a production file or a test file.  Hence the creation of this program.
  8.  
  9. An example of the Date/Time Stamping technique that we used was:
  10.  
  11.  
  12. ActualDate   Version   DateStamp     TimeStamp
  13. ----------   -------   ---------     ---------
  14.  09/25/95      1.0      10/01/95      01:00:00
  15.  10/02/95      1.1      10/01/95      01:10:00
  16.  10/12/95      1.2      10/01/95      01:20:00
  17.  10/21/95      2.0      10/21/95      02:00:00
  18.  
  19. Hopefully, this program will assist with your development efforts.
  20.  
  21. This software is designated as FREEWARE, and the author assumes no responsibility of its use.
  22.  
  23. Any questions, comments, and/or suggestions can be sent to:
  24.  
  25. AfterHours Solutions
  26. 75010,2036
  27.  
  28.  
  29.  
  30.